Class org.omg.CORBA.ParDescriptionSeqHolder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.ParDescriptionSeqHolder

java.lang.Object
   |
   +----org.omg.CORBA.ParDescriptionSeqHolder

public final class ParDescriptionSeqHolder
extends Object
implements Streamable

Variable Index

 o value

Constructor Index

 o ParDescriptionSeqHolder()
 o ParDescriptionSeqHolder(ParameterDescription[])

Method Index

 o __read(InputStream)
 o __type()
 o __write(OutputStream)

Variables

 o value
  public ParameterDescription value[]

Constructors

 o ParDescriptionSeqHolder
  public ParDescriptionSeqHolder()
 o ParDescriptionSeqHolder
  public ParDescriptionSeqHolder(ParameterDescription __arg[])

Methods

 o __write
  public void __write(OutputStream out)
 o __read
  public void __read(InputStream in)
 o __type
  public TypeCode __type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index